Skip to content

Fix Fuzz workflow by installing cargo-fuzz and using nightly. - #4

Merged
dertin merged 4 commits into
mainfrom
fix/fuzz
Aug 3, 2026
Merged

Fix Fuzz workflow by installing cargo-fuzz and using nightly.#4
dertin merged 4 commits into
mainfrom
fix/fuzz

Conversation

@dertin

@dertin dertin commented Aug 3, 2026

Copy link
Copy Markdown
Owner

The @cargo-fuzz install-action tag is unsupported, so cargo-fuzz was never installed. Fuzzing also requires nightly for sanitizer flags.

The @cargo-fuzz install-action tag is unsupported, so cargo-fuzz was never installed. Fuzzing also requires nightly for sanitizer flags.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e2929ba445

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/fuzz.yml
dertin added 3 commits August 3, 2026 07:05
The repository rust-toolchain.toml pins stable, which overrides the default toolchain set by the install step.
cargo-binstall ships a musl cargo-fuzz binary that defaults fuzz builds to x86_64-unknown-linux-musl, which breaks address sanitizers on ubuntu-latest.
@dertin
dertin merged commit 2df879f into main Aug 3, 2026
7 checks passed
@dertin
dertin deleted the fix/fuzz branch August 3, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant